type testing.outputWriter
5 uses
testing (current package)
testing.go#L635: o *outputWriter // Writes output.
testing.go#L1116: c.o = &outputWriter{c: c}
testing.go#L1120: type outputWriter struct {
testing.go#L1127: func (o *outputWriter) Write(p []byte) (int, error) {
testing.go#L1158: func (o *outputWriter) writeLine(b []byte) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)